home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 December / macformat-057.iso / mac / Demos / The Magic City Demos / autodemo.mac / DEMODERO.DXR / 00010.ls < prev    next >
Encoding:
Text File  |  1997-09-29  |  160 b   |  12 lines

  1. on enterFrame
  2.   global unlod, curs
  3.   if not unlod then
  4.     set unlod to 1
  5.     unLoad()
  6.   end if
  7. end
  8.  
  9. on exitFrame
  10.   sound playFile 1, "@:VOIX:panorama.aif"
  11. end
  12.